home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / pcwrite3.arc / WORKDISK.BAT < prev   
DOS Batch File  |  1986-04-01  |  411b  |  19 lines

  1. ECHO off
  2. IF NOT %1x==x GOTO num
  3. ECHO WORKDISK command needs a drive letter,
  4. ECHO or a drive letter plus directory name.
  5. ECHO For example, to make the disk in drive
  6. ECHO B a work disk, enter the command:
  7. ECHO     WORKDISK B:
  8. ECHO To use the subdirectory PCW on C:
  9. ECHO     WORKDISK C:\PCW\
  10. GOTO fin
  11. :num
  12. ECHO on
  13. COPY ED.EXE %1
  14. COPY PR.EXE %1
  15. COPY ED.HLP %1
  16. COPY ED.DEF %1
  17. MENUPRT %1PR.DEF
  18. :fin
  19.